(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct StoredProperty * FindProp()
SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id

LOCATION
In IFFParseBase at offset 26
FUNCTION
Searches for a StoredProperty that is valid in the given context. Property chunks are automatically stored by ParseIFF() when pre-declared by PropChunk() or PropChunks(). The returned storedproperty contains a pointer to the data in the chunk.

INPUTS
iff
a pointer to a an IFFHandle struct.
type
type code of property to search for.
id
id code of property to search for.
RESULT
sp - pointer to a storedproperty if found, NULL if none are found.

NOTES
EXAMPLE
BUGS

SEE ALSO
PropChunk(), PropChunks()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen